org.eclipse.vtp.desktop.model.core.configuration
Class ConfigurationContextSelector

java.lang.Object
  extended by org.eclipse.vtp.desktop.model.core.configuration.ConfigurationContextSelector

public class ConfigurationContextSelector
extends java.lang.Object


Constructor Summary
ConfigurationContextSelector(BrandManager brandManager)
           
 
Method Summary
 void addListener(ConfigurationContextSelectorListener listener)
           
 org.eclipse.swt.widgets.Control createControls(org.eclipse.swt.widgets.Composite parent)
           
 Brand getCurrentBrand()
           
 java.lang.String getCurrentInteractionType()
           
 java.lang.String getCurrentLanguage()
           
 void removeListener(ConfigurationContextSelectorListener listener)
           
 void setBrandEnabled(boolean enabled)
           
 void setInteractionTypeEnabled(boolean enabled)
           
 void setLanguageEnabled(boolean enabled)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigurationContextSelector

public ConfigurationContextSelector(BrandManager brandManager)
Method Detail

createControls

public org.eclipse.swt.widgets.Control createControls(org.eclipse.swt.widgets.Composite parent)

getCurrentBrand

public Brand getCurrentBrand()

getCurrentInteractionType

public java.lang.String getCurrentInteractionType()

getCurrentLanguage

public java.lang.String getCurrentLanguage()

addListener

public void addListener(ConfigurationContextSelectorListener listener)

removeListener

public void removeListener(ConfigurationContextSelectorListener listener)

setBrandEnabled

public void setBrandEnabled(boolean enabled)

setInteractionTypeEnabled

public void setInteractionTypeEnabled(boolean enabled)

setLanguageEnabled

public void setLanguageEnabled(boolean enabled)